| Name | Description | |
|---|---|---|
![]() | PDFFlowHeadingContent Constructor | Initializes a new PDFFlowHeadingContent object. |
The following tables list the members exposed by PDFFlowHeadingContent.
| Name | Description | |
|---|---|---|
![]() | PDFFlowHeadingContent Constructor | Initializes a new PDFFlowHeadingContent object. |
| Name | Description | |
|---|---|---|
![]() | background | (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | contentHeight | (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | destinationAdded | (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | destinationName | (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | formattedContent | (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTextContent) |
![]() | innerMargins | (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | outerMargins | (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | structureElement | (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | widthForContentHeight | (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
| Name | Description | |
|---|---|---|
![]() | addAfterFlowContentDrawListener | Adds a listener for the create page event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | addBeforeFlowContentDrawListener | Adds a listener for the before flow content draw event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | getAutoNumber | Gets a value indicating whether the headings should be numbered automatically. The heading number is generated in the format x.y.z, with one number for each level. Level 1 headings will have one number (x), level 2 headings will have 2 numbers (x.y) where the first number matches the number of parent level 1 heading. Level 3 headings will have 3 numbers (x.y.z) and so on. |
![]() | getBackground | Gets the content background. The background that fills the flow content bounding rectangle. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | getContentHeight | Gets the content height. When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTextContent) |
![]() | getDestinationName | Gets the destination name. A named destination is created at the top of flow content when this property is not null or an empty string. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | getInnerMargins | Gets the content inner margins. The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | getLevel | Gets the heading level (1 to 8). Level 1 is the top most heading, level 2 headings are children of level 1 and so on. The level information is used to build the document's outline tree and to generate correctly the heading number if method is true. |
![]() | getOuterMargins | Gets the content outer margins. The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | getStructureElement | Gets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | getTag | Gets an arbitrary object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | removeAfterFlowContentDrawListener | Removes a listener for the create page event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | removeBeforeFlowContentDrawListener | Removes a listener for the before flow content draw event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | setAutoNumber | Sets a value indicating whether the headings should be numbered automatically. The heading number is generated in the format x.y.z, with one number for each level. Level 1 headings will have one number (x), level 2 headings will have 2 numbers (x.y) where the first number matches the number of parent level 1 heading. Level 3 headings will have 3 numbers (x.y.z) and so on. |
![]() | setBackground | Sets the content background. The background that fills the flow content bounding rectangle. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | setDestinationName | Sets the destination name. A named destination is created at the top of flow content when this property is not null or an empty string. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | setInnerMargins | Sets the content inner margins. The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | setLevel | Sets the heading level (1 to 8). Level 1 is the top most heading, level 2 headings are children of level 1 and so on. The level information is used to build the document's outline tree and to generate correctly the heading number if method is true. |
![]() | setOuterMargins | Sets the content outer margins. The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | setStructureElement | Sets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | setTag | Sets an arbitrary Object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | toString | Returns a string that represents the current Object. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTextContent) |
| Name | Description | |
|---|---|---|
![]() | addNamedDestination | (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | onAfterContentDraw | This method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |
![]() | onBeforeContentDraw | This method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent) |